func crypto/elliptic.bigFromDecimal

7 uses

	crypto/elliptic (current package)
		p224.go#L35: 		P:  bigFromDecimal("26959946667150639794667015087019630673557916260026308143510066298881"),
		p224.go#L36: 		N:  bigFromDecimal("26959946667150639794667015087019625940457807714424391721682722368061"),
		p384.go#L35: 		P: bigFromDecimal("394020061963944792122790401001436138050797392704654" +
		p384.go#L37: 		N: bigFromDecimal("394020061963944792122790401001436138050797392704654" +
		p521.go#L35: 		P: bigFromDecimal("68647976601306097149819007990813932172694353001433" +
		p521.go#L38: 		N: bigFromDecimal("68647976601306097149819007990813932172694353001433" +
		p521.go#L151: func bigFromDecimal(s string) *big.Int {